home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #3
/
Amiga Plus CD - 2002 - No. 03.iso
/
AmiSoft
/
Biz
/
Patch
/
Nc21.lha
/
2.1
/
CManager
/
Rexx
/
SendIB.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-09-25
|
413b
|
25 lines
/*
* $VER: SendIB.rexx 1.0 (5.8.98)
*/
parse arg '"'args'" "'BROWSER'"'
options results
if show('P','IBROWSE') then do
address 'IBROWSE'
SHOW
GOTOURL args
Exit
end
ADDRESS COMMAND 'Run ' BROWSER
ADDRESS COMMAND "SYS:RexxC/WaitForPort" 'IBROWSE'
if show('P','IBROWSE') then do
address 'IBROWSE'
SHOW
GOTOURL args
Exit
end